home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / The Journal / _SETUP.1 / Journal.exe / 0 / RCDATA / TJOURNALPRINTFORM / TJOURNALPRINTFORM.txt
Encoding:
Text File  |  1996-12-12  |  3.6 KB  |  186 lines

  1. object JournalPrintForm: TJournalPrintForm
  2.   Left = 284
  3.   Top = 209
  4.   HelpContext = 14
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Print Journal Entries'
  8.   ClientHeight = 272
  9.   ClientWidth = 329
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object CategoryLabel: TLabel
  20.     Left = 36
  21.     Top = 80
  22.     Width = 50
  23.     Height = 13
  24.     Caption = 'Categories'
  25.     Enabled = False
  26.   end
  27.   object DateLabel: TLabel
  28.     Left = 204
  29.     Top = 80
  30.     Width = 28
  31.     Height = 13
  32.     Caption = 'Dates'
  33.     Enabled = False
  34.   end
  35.   object PrintButton: TButton
  36.     Left = 92
  37.     Top = 244
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&Print'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 0
  44.     OnClick = PrintButtonClick
  45.   end
  46.   object CancelButton: TButton
  47.     Left = 252
  48.     Top = 244
  49.     Width = 75
  50.     Height = 25
  51.     Caption = '&Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 1
  54.   end
  55.   object HiddenPanel: TPanel
  56.     Left = 6
  57.     Top = 244
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'HiddenPanel'
  61.     TabOrder = 2
  62.     Visible = False
  63.   end
  64.   object PrintSetupButton: TButton
  65.     Left = 172
  66.     Top = 244
  67.     Width = 75
  68.     Height = 25
  69.     Caption = '&Setup'
  70.     TabOrder = 3
  71.     OnClick = PrintSetupButtonClick
  72.   end
  73.   object SelectionRadio: TRadioButton
  74.     Left = 16
  75.     Top = 12
  76.     Width = 181
  77.     Height = 17
  78.     Caption = 'Selection'
  79.     Enabled = False
  80.     TabOrder = 4
  81.     OnClick = ActiveEntryRadioClick
  82.   end
  83.   object ActiveEntryRadio: TRadioButton
  84.     Left = 16
  85.     Top = 28
  86.     Width = 181
  87.     Height = 17
  88.     Caption = 'Active Entry'
  89.     Checked = True
  90.     TabOrder = 5
  91.     TabStop = True
  92.     OnClick = ActiveEntryRadioClick
  93.   end
  94.   object EntireDayRadio: TRadioButton
  95.     Left = 16
  96.     Top = 44
  97.     Width = 181
  98.     Height = 17
  99.     Caption = 'Entire Day'
  100.     TabOrder = 6
  101.     OnClick = ActiveEntryRadioClick
  102.   end
  103.   object TheseRadio: TRadioButton
  104.     Left = 16
  105.     Top = 60
  106.     Width = 181
  107.     Height = 17
  108.     Caption = 'These Dates and/or Categories'
  109.     TabOrder = 7
  110.     OnClick = ActiveEntryRadioClick
  111.   end
  112.   object AllCategoriesButton: TButton
  113.     Left = 100
  114.     Top = 80
  115.     Width = 33
  116.     Height = 15
  117.     Caption = 'All'
  118.     Enabled = False
  119.     Font.Color = clBlack
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ParentFont = False
  124.     TabOrder = 8
  125.     OnClick = AllCategoriesButtonClick
  126.   end
  127.   object AllDatesButton: TButton
  128.     Left = 244
  129.     Top = 80
  130.     Width = 33
  131.     Height = 15
  132.     Caption = 'All'
  133.     Enabled = False
  134.     Font.Color = clBlack
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = []
  138.     ParentFont = False
  139.     TabOrder = 9
  140.     OnClick = AllDatesButtonClick
  141.   end
  142.   object CategoryList: TListBox
  143.     Left = 36
  144.     Top = 96
  145.     Width = 165
  146.     Height = 69
  147.     Enabled = False
  148.     Font.Color = clBlack
  149.     Font.Height = -11
  150.     Font.Name = 'MS Sans Serif'
  151.     Font.Style = []
  152.     ItemHeight = 13
  153.     MultiSelect = True
  154.     ParentFont = False
  155.     TabOrder = 10
  156.   end
  157.   object DateList: TListBox
  158.     Left = 204
  159.     Top = 96
  160.     Width = 105
  161.     Height = 129
  162.     Enabled = False
  163.     Font.Color = clBlack
  164.     Font.Height = -11
  165.     Font.Name = 'MS Sans Serif'
  166.     Font.Style = []
  167.     ItemHeight = 13
  168.     MultiSelect = True
  169.     ParentFont = False
  170.     TabOrder = 11
  171.   end
  172.   object SortByGroup: TRadioGroup
  173.     Left = 36
  174.     Top = 172
  175.     Width = 161
  176.     Height = 53
  177.     Caption = 'Sort By'
  178.     Enabled = False
  179.     ItemIndex = 0
  180.     Items.Strings = (
  181.       'Category'
  182.       'Date')
  183.     TabOrder = 12
  184.   end
  185. end
  186.